home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / DEGREE.dxr / 00088.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  143 b   |  9 lines

  1. on exitFrame
  2.   global Voice
  3.   put "0 Degrees" into field "NDegree"
  4.   if Voice then
  5.     puppetSound("degree5.aif")
  6.   end if
  7.   preLoad("R3")
  8. end
  9.